ABOUT C++ PROGRAMMING LANGUAGE   


Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and flexible language similar to C, which also provided high-level features for program organization.


C++ is a middle-level programming language and Supports OPPs (Object Oriented Programming Concept). C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.


about c++

Features of C++ Programming Language

  1. OOP (Object-Oriented Programming) Supports
  2. Platform or Machine Independent/ Portable
  3. Simple
  4. High-level programming Language
  5. Popular
  6. Case sensitive
  7. Compiler-Based
  8. DMA (Dynamic Memory Allocation)
  9. Fast

Simple Syntax


#include <iostream>
using namespace std;

int main() {
   cout << "Program2Dcode"; // prints ProgramDcode
   return 0;
}

Applications of C++ Programming Language

  • Application Software Development
  • Programming Languages Development
  • Computation programming
  • Games Developments
  • Embedded System